Skip to content

OSASINFRA-4375: Drop Legacy openshift-test entry point: release-4.20 - #308

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:release-4.20from
shiftstack:drop-legacy-openstack-test-4.20
Aug 4, 2026
Merged

OSASINFRA-4375: Drop Legacy openshift-test entry point: release-4.20#308
openshift-merge-bot[bot] merged 1 commit into
openshift:release-4.20from
shiftstack:drop-legacy-openstack-test-4.20

Conversation

@danchild

@danchild danchild commented Jul 29, 2026

Copy link
Copy Markdown
Member

Following the migration of openstack-test to the
OTE framework, the entry point is no longer needed.

Changes:

  • Remove openstack-test binary and related libs
    in pkg
  • Remove openshift-tests builder and entry point in
    the Containerfile
  • Remove stale openshift-tests references for make tooling
  • Update README.md with new instructions on how to manually
    invoke the new OTE binary
  • update module and vendored dependencies

Dependencies:
openshift/release/pull/82506
openshift/release/pull/82674

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 29, 2026
@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@danchild
danchild marked this pull request as ready for review July 29, 2026 14:26
@danchild
danchild marked this pull request as draft July 29, 2026 14:26
@openshift-ci openshift-ci Bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Jul 29, 2026
@openshift-ci
openshift-ci Bot requested review from mandre and rlobillo July 29, 2026 14:33
@danchild
danchild force-pushed the drop-legacy-openstack-test-4.20 branch 3 times, most recently from 0d5540d to 322e766 Compare July 29, 2026 14:43
Following the migration of openstack-test to the
OTE framework, the entry point is no longer needed.

Changes:
- Remove `openstack-test` binary and related libs
  in `pkg`
- Remove openshift-tests builder and entry point in
  the Containerfile
- Remove stale openshift-tests references for make tooling
- Update README.md with new instructions on how to manually
  invoke the new OTE binary
- update module and vendored dependencies

Signed-off-by: Dan Childers <dchilder@redhat.com>
@danchild
danchild force-pushed the drop-legacy-openstack-test-4.20 branch from 322e766 to c1725d5 Compare July 29, 2026 14:48
@danchild
danchild marked this pull request as ready for review July 29, 2026 14:49
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 29, 2026
@openshift-ci
openshift-ci Bot requested review from eurijon and itzikb-redhat July 29, 2026 14:57
@danchild danchild changed the title Drop Legacy openshift-test entry point: 4.20 OSASINFRA-4375: Drop Legacy openshift-test entry point: 4.20 Jul 30, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 30, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 30, 2026

Copy link
Copy Markdown

@danchild: This pull request references OSASINFRA-4375 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.z" version, but no target version was set.

Details

In response to this:

Following the migration of openstack-test to the
OTE framework, the entry point is no longer needed.

Changes:

  • Remove openstack-test binary and related libs
    in pkg
  • Remove openshift-tests builder and entry point in
    the Containerfile
  • Remove stale openshift-tests references for make tooling
  • Update README.md with new instructions on how to manually
    invoke the new OTE binary
  • update module and vendored dependencies

NOTE: depends on openshift/release#82506; 4.20 release jobs need to drop callers of the legacy openstack-tests binary before this can be merged.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@danchild danchild changed the title OSASINFRA-4375: Drop Legacy openshift-test entry point: 4.20 OSASINFRA-4375: Drop Legacy openshift-test entry point: release-4.20 Jul 30, 2026
@ekuris-redhat

Copy link
Copy Markdown

/test test
/test build
/test images

1 similar comment
@danchild

danchild commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

/test test
/test build
/test images

@danchild

danchild commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

/verified by @danchild

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 3, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@danchild: This PR has been marked as verified by @danchild.

Details

In response to this:

/verified by @danchild

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@danchild: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@gryf

gryf commented Aug 4, 2026

Copy link
Copy Markdown
Member

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 4, 2026
@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gryf

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 4, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit a6bbb44 into openshift:release-4.20 Aug 4, 2026
5 checks passed
@openshift-merge-bot
openshift-merge-bot Bot deleted the drop-legacy-openstack-test-4.20 branch August 4, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants